Welcome![Sign In][Sign Up]
Location:
Search - result management system

Search list

[Database systemClassic_English_teaching_materials_database_system

Description: 数据库系统经典英文教材:Database management has evolved from a specialized computer application to a central component of a modern computing environment, and, as a result, knowledge about database systems has become an essential part of an education in computer science. In this text, we present the fundamental concepts of database management.These concepts include aspects of database design, database languages, and database-system implementation.-Classic English teaching materials database system: Database management has evolved from a specialized computer application to a central component of a modern computing environment, and, as a result, knowledge about database systems has become an essential part of an education in computer science. In this text , we present the fundamental concepts of database management.These concepts include aspects of database design, database languages, and database-system implementation.
Platform: | Size: 4090880 | Author: io | Hits:

[Education soft systemwqy

Description: 一个成绩录入系统的程序,简单管理学生的成绩录入和删除-A result of the program entry system, simple management of entry and delete student achievement
Platform: | Size: 139264 | Author: 孙西 | Hits:

[VC/MFCdxwzjs

Description: 大型网站架构演变和知识体系 之前也有一些介绍大型网站架构演变的文章,例如LiveJournal的、ebay的,都是非常值得参考的,不过感觉他们讲的更多的是每次演变的结果,而没有很详细的讲为什么需要做这样的演变,再加上近来感觉有不少朋友都很难明白为什么一个网站需要那么复杂的技术,于是有了写这篇文章的想法,在这篇文章中将阐述一个普通的网站发展成大型网站过程中的一种较为典型的架构演变历程和所需掌握的知识体系,希望能给想从事互联网行业的朋友理清楚核心概念。 -The evolution and structure of large sites also have some prior knowledge describes the evolution of large-scale structure of the article sites, such as LiveJournal' s, ebay, and are very valuable reference, but feel they are talking about is more the result of time evolution, but not very Why do I need to do in detail about the evolution of this, plus a lot of friends have recently felt it hard to understand why a website needs less complex technology, so have the idea of ​ ​ writing this article, will be described in this article a sites ordinary course of large sites into a more typical course of evolution of the structure and the required knowledge system, hoping to give to friends in the Internet industry management core concepts clearly.
Platform: | Size: 136192 | Author: 张扬 | Hits:

[JSP/JavaPointers

Description: 在JAVA 和 C# 中都有垃圾回收功能,程序员在分配一段内存后可以不再理会,而由垃圾回收自动回收,从而使程序员从复杂的内存管理中解脱出来。这是JAVA 和 C#的一大优点。而C++程序员在用 new 分配了一段内存后,还必须用 delete 释放,否则将造成资源泄漏。因此,一些C++ 书上经常告诫程序员:要养成好的习惯,new 与 delete 要成对出现,时刻记住将内存释放回系统。但是,事情只是这么简单吗?-In both JAVA and C#, garbage collection, in the allocation of a memory, the programmer can no longer ignore, and by recycling garbage collection automatically, so programmers from the complexity of memory management in earnest. JAVA and C# This is a big advantage. The C++ programmers with a new allocation of some memory, but also must delete the release, otherwise it will result in resource leaks. Therefore, some books on C++ programmers often warned: To develop good habits, new and delete to be in pairs, always remember that the memory is released back into the system. However, it is just that simple?
Platform: | Size: 15360 | Author: 欧阳丹 | Hits:

[JSP/JavaRPMS

Description: 本系统是一套用于小区物业管理业务的综合系统。利用计算机网络的各种优势,根据物业管理原则,对物业小区的各种服务进行统一、规范的管理,本系统实现了计算机对楼房、业主、设备的统计,查询,修改,添加等工作。达到规范化管理的效果,提高工作效率、提升对业主住户服务需求的反应速度,从而全面提高物业管理的水平和服务质量。- The management information system of the property is a set of integrated system, which is used in the estate management business of the district. It utilizes various kinds of advantages of the computer network , according to the estate management principle , estate management expenses standard wait , go on unify , management that standardize to property various kinds of service of district , and count to various kinds of expenses of the property district , charge to deal with .This project solves the general problem of the estate management , including realize the computer to the building , outside the management of work of the property , such as owner , service , project , water , electricity etc. Project get the result of standardized management. Improve working efficiency, promote the reaction speed of household s service demand for the owner, thus heighten the level of estate management in an all round way and service quality.
Platform: | Size: 14742528 | Author: 彭俊杰 | Hits:

[JSP/Java20097720119

Description: 本程序共实现了两个功能:数据的查询(学生信息按学号查询)和数据的录入(学生信息录入)。 程序名称:Jdbc 数据库名称:student 数据源名称:lpf 建立表名称:message(学号、姓名、生日);fenshu(学号、英语) 其中: 子类 myframe:建立主页面样式(包括:窗体名称、菜单项目(学生管理-学生查询、学生录入;系统-退出系统)、窗体内容); 子类 xscx:查询学生信息(学号、姓名、生日);设计xscx窗口样式;sql语句的录入; 子类 xstj:添加学生信息(学号、姓名、生日);设计xstj窗口样式;sql语句的录入。 子类Database:建立数据库连接;执行sql语句,返回结果集; -This procedure is to achieve the two functions: data query ( student information student ID query ) and data entry ( student information entry ). Program name: Jdbc Database name: Student Data source name: LPF Create table name: message ( Student ID, name, birthday ) fenshu ( school, English ) In which: Class MyFrame: establishment of page styles ( including: form name, menu items ( management of students- students query, student entry- exit system system ), the window content ) Class xscx: query student information ( ID, name, birthday ) design xscx window style the SQL statement entry Class xstj: add the student information ( ID, name, birthday ) design xstj window style the SQL statement entry. Subclasses of Database: the establishment of a database connection executing the SQL statement returns a result set
Platform: | Size: 146432 | Author: lpf | Hits:

[CSharpSMOScriptingExample

Description: SQL Server client tools have very good functionality for creating database object scripts, but they don t always provide enough functionality to generate scripts the way programmers would like. These customized scripts could be used for database documentation. For that reason, database administrators and developers must code custom script generators. These generators usually generate scripts into text files that could be stored and versioned in a source control system. The custom generators could be created by using SMO objects. Scripting in SMO is controlled by the Scripter object and its child objects. A script is generated with the specified list and scripting options. The result is returned as a StringCollection system object. To get started with SMO, first you must add a reference to Visual Studio. In the Add Reference window, select: Microsoft.SqlServer.Smo Microsoft.SqlServer.SmoExtended Microsoft.SqlServer.Management.Sdk.Sfc Mircorost.SqlServer.ConnectionInfo
Platform: | Size: 38912 | Author: azadifar | Hits:

[Web Serverchaxunxitong

Description: 通用网络查询系统简介 适用范围:各类信息查询(如高招录取查询,成绩查询、人事查询、综合信息查询等,可根据需要DIY) 开发环境:ASP+ACCESS(ASP+MSSQL) 系统支持:WIN2000+IIS5.0 / WINXP+IIS5.1 / WIN2003+IIS6.0 主要功能 1、完全DIY,一切网络信息查询均适用,最大支持15列查询(可修改) 2、数据项目自行设置、单个添加数据或EXCEL导入数据 3、开关查询、查询提示、自行设置查询结果显示的数据项目 4、自定义查询页面网络链接、页脚 5、自行设定查询需要输入的项目(如:姓名+身份证号) 6、数据检索、初始化 7、查询次数统计 8、留言、回复、修改、删除、封停IP 信息安全 1、管理用户密码MD5加密 2、登录、留言的随机验证码,减少恶意登录 3、外部提交检测,杜绝外部提交 4、数据库地址隐藏、数据库加密 5、程序错误检测 6、未审核数据隐藏 7、html代码过滤 8、限制后台登录IP -Universal Network Query System Introduction Scope of application: all kinds of information inquiries (such as the tactics admitted query, the result inquiry, personnel queries, integrated information query can be based on the needs of the DIY) Development environment: ASP+ ACCESS (of ASP+ MSSQL) The system supports: WIN2000+ the IIS5.0/WINXP+ IIS5.1/WIN2003+ IIS 6.0 The main function Complete the DIY, all network information queries are applicable, the maximum support of 15 queries (modified) 2, the data items to set a single add data or EXCEL import data 3, the switch queries, query hints, to set the query results to display data items 4, the network link to a custom query page footer 5, set the query need to enter the project (such as: name+ ID number) 6, data retrieval, initialization 7, the number of inquiries statistics 8, message, reply, modify, delete, Feng Ting IP Information Security 1, the management user password MD5 encryption Ra
Platform: | Size: 558080 | Author: toommy | Hits:

[Education soft systemcourseSelect

Description: 网上选课系统主要是实现了管理员管理系统,参数设置,帐号管理,学科管理等;教师查看学生的选课信息,登录成绩等;学生进行选课,对所选课程进行删除,成绩查询等功能。都需要身份验证才能进入系统,需要用户账号密码和用户类型填写正确才能进入系统,否则会有错误提示。-Online course selection system is to achieve administrators to manage the system, parameter settings, account management, discipline management, etc. teachers view the students' course selection information, log results students in course selection, to delete the selected course, result inquiry function. Authentication is required to enter the system, you need the user account password and user type to fill in the correct order to enter the system, otherwise there will be errors.
Platform: | Size: 25602048 | Author: xie | Hits:

[SCMDS18B20

Description: 本文对国内外的温度采集系统的发展历史及现状进行了综合阐述,对其发展方向进行了分析和推测,结合工业现场的需求特性,对温度采集系统进行设计。本温度采集系统下位机采用ATmega16单片机为主控制器,采用单线式DS18B20温度传感器采集温度,通过串口RS232将其传送到上位机,上位机使用VB编写界面和后台处理程序,可实现温度实时显示,并采用SQL Sever数据库对数据进行管理。最终测试结果显示上位机实现了实时数据接收、显示和基于SQL Sever的实时数据库管理。介绍了前后台软件设计流程图,并给出了设计实现的硬件实物图和采集到的前后台温度显示结果。-The development history and current situation of the temperature acquisition system are explained, the direction of its development is analyzed and hypothesized, combined with the demand characteristics of industry field, design the temperature acquisition system. The submitted-machine of the temperature acquisition system use ATmega16 as the main controller and DS18B20 collecting temperature, through the serial port of the RS232 transmit the data to the main-machine. Using VB write the interface and back-end processing program, realize the real-time temperature displaying, at the same time use the SQL Sever database to manage the data. The final result of test show that the main-machine has realized the real time data receiving, displaying and real-time database management based on SQL Sever. Introduced flow chart of the software, and gives the completed design of the hardware circuit diagram and the display of the results of collected temperature.
Platform: | Size: 5120 | Author: muhaonan | Hits:

[Internet-Networkmydb

Description:   如果用户想查询局域网管理、网络连接、远程控制、文件复制的内容,用户只需要简单地双击树状图中的节点,再单击相应的子功能图标,输入相关信息,系统会自动在结果栏里显示相应的内容。-If the user wants to query the local area network management, network connection, a remote control, the contents of the files are copied, the user only needs to simply double-click the node in the tree, and then click the appropriate sub-function icon, enter the relevant information, the system will automatically result column to display the corresponding contents.
Platform: | Size: 468992 | Author: 刘振虎 | Hits:

[WEB Codebugfree3.0.4

Description: BugFree缺陷管理系统,“克卤微软公司的软件研发理念、且开放源代码、完全仿微软内部的Bug管理工具Product Stuido(以前叫Raid)的自由软件。BugFree是基于PHP,在Linux和Windows平台上都可以运行。   BugFree 3.0.4功能更新:   1. case支持导出导入注释   2. bug支持新增导入功能   3. 我的查询增加"抄送给我"的默认查询   4. 添加产品用户组管理员静态页面   5. 支持case、result等tab页面隐藏功能(如何修改)   6. 详情页上方toolbar栏固定显示 -The defect management BugFree system, " grams halogen Microsoft' s software development philosophy, and open-source, complete duplication of Microsoft' s internal bug management tools Product Stuido (formerly called Raid) free software BugFree is based on PHP, Linux and Windows platforms default query can run. BugFree 3.0.4 update: 1 case support Export Import Notes the bug support new import feature my query to add " cc to me," adds a user group administrator static Page 5 case, result tab page hidden functions (how to modify the details page toolbar bar at the top of the fixed display) 6.
Platform: | Size: 4626432 | Author: hpudn23 | Hits:

[ADO-ODBCXSKS

Description: 在教育工作中,为学生考试出试卷和批改改卷是老师们最头痛的,不仅消耗大量的时间,而且消耗大量的精力体力。因此,考试过程由人工操作转向计算机操作是必然的结果。 根据学生考试的特点和学校的实际情况,该系统应以考试流程为基础,从专业角度出发,提供科学有效的考试模式。考试时采用系统自动从数据表中选题的方式,评卷时通过核对考生答案与正确答案得出考生的分数,出题方面采取表单加数据的方式使后台管理者能够直观、方便的管理试题信息。学生管理可实现老师对学生的成绩进行查询,按分数归类。数据库管理提供对数据库进行备份,还原及初始化操作,减轻用户的工作量。经过修改,可以运行,欢迎使用!-In educational work, as examinations of students out of the papers and marking correcting their biggest headache is the teacher, not only consume a lot of time and consume a lot of physical energy. Therefore, the examination process by the computer' s operating manual steering is the inevitable result. According to the characteristics of the students and school examinations of the actual situation, the system should be based on a process-based exam, from a professional point of view, to provide scientific and effective mode of examination. Examination using the system automatically from the data table topics manner marking time by checking the candidates answer with the correct answer drawn scores of candidates, the question has taken the form plus a way that the background data managers to intuitive, easy management questions Information. Student management enables the teacher on student achievement query, grouped by score. Database management provides the database backup, restore
Platform: | Size: 4727808 | Author: 小鲵 | Hits:

[Windows Developtraining

Description: 自己写的一个酒店员工培训系统,内有程序,文档。用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类-To write a hotel employee training system, there are procedures, documentation. Users can choose to modify the program source code corresponding h and cpp file naming conventions used in this example is basically:.. DIALOG_***** resources for the management of the dialog box,***** Info Resources for the data entry window,***** Set the result set corresponding class
Platform: | Size: 3097600 | Author: 黄强 | Hits:

[Web Serverzhizicncj

Description: 1、学生只需输入学号和密码便可查询成绩信息 2、学生密码系统默认为111111 3、学生登录后可进行查询成绩、为管理员留言、修改密码操作 4、管理员默认用户名为admin密码为lxyxnini 5、留言系统:学生可通过此留言系统将一些不明白的问题或建议等为管理员留言 后台可对班级、课程、学期、学生、成绩等进行管理 管理员:admin/admin-1. Students can enter the student number and password can inquire result information 2, student default password is 111111 3, students can log on query results, a message for the administrator, change passwords operation 4, the administrator default user name admin password lxyxnini 5, message system: students through this message will not understand some of the questions or suggestions for administrators message Background can classes, courses, semester, student, performance management, etc. Administrator: admin/admin
Platform: | Size: 196608 | Author: bgrvi | Hits:

[JSP/Java2013121117592143

Description: 通过登录页面,管理员输入账号和密码登录系统然后进行各个模块的管理 (1)学期信息管理:完成对学期信息的添删改查操作! (2)班级信息管理:完成对班级信息的添删改查操作! (3)学生信息管理:完成对学生信息的添删改查操作! (4)课程信息管理:完成对课程信息的添删改查操作! (5)成绩信息管理:完成对成绩信息的添删改查操作!-Through the login page, the administrator input account and password to login system and then to the management of the various modules Complete information management: (1) semester semester information add and delete operation! (2) the class information management: the complete information of add and delete operation to the class! (3) the student information management: to add and delete student information operation! (4) the course information management: add and delete operation of course information. (5) the performance information management: the complete information of add and delete operation to the result!
Platform: | Size: 4070400 | Author: wufan | Hits:

[CSharpcPP

Description: TcpSDK包括车牌识别一体机接收识别结果、管理白名单、透明串口数据发送与接收、继电器控制等功能。 SDK支持的系统说明:Linux 32位系统 SDK开发语言:c、c-TcpSDK includes the license plate recognition machine to receive the recognition result, the management white list, the transparent string mouth data transmission and the receive, the relay control and so on the function. SDK Supported System Description: Linux 32-bit system SDK development language: c, c++
Platform: | Size: 10240 | Author: 丁淘 | Hits:

[Windows Developcloud

Description: With the prevalence of Internet application and data-intensive computing, there are many new application systems in cloud computing environment. These systems are mainly characterized by [1-3]: (1) the enormous files stored in the system, some even reach trillions level, and it still increase rapidly; (2) The user number and daily access are quire enormous, reaching billions level. For example, the number of pictures currently stored in Facebook [4] is more than 140 billion, and both the number of users and daily access are over one billion. Such massive files and accesses may result in that the expandability and high performance will be the bottleneck of the efficient application of cloud computing, and meanwhile, the efficient management of metadata is a key technology that can break through this bottleneck.
Platform: | Size: 2414592 | Author: VERSHA | Hits:

[WEB Codeqczpgl

Description: 此系统有以下几个功能:客户信息管理、车辆信息管理、汽车租赁归还管理、会员类型管理、会员信息管理、保险公司管理、汽车销售商管理等。同时还可以对这些管理进行添加、修改、删除、查询等操作。这样一来,不仅能够自动处理公司的业务信息,还能提高工作效率。(The system has the following functions: customer information management, vehicle information management, car rental return management, member type management, member information management, insurance management, auto dealer management, etc.. At the same time, you can also add, modify, delete, query and so on. As a result, it can not only automatically process the company's business information, but also increase efficiency.)
Platform: | Size: 5779456 | Author: 青鸾199012 | Hits:
« 1 2 3 4 5 6 7»

CodeBus www.codebus.net